Enum StandardChannel

java.lang.Object
java.lang.Enum<StandardChannel>
com.cisco.pt.ipc.enums.StandardChannel
All Implemented Interfaces:
Serializable, Comparable<StandardChannel>, Constable

public enum StandardChannel extends Enum<StandardChannel>
An enum for the IPC's StandardChannel values
Author:
packettracerexapps@external.cisco.com
  • Enum Constant Details

    • STANDARD_CHANNEL_1

      public static final StandardChannel STANDARD_CHANNEL_1
    • STANDARD_CHANNEL_2

      public static final StandardChannel STANDARD_CHANNEL_2
    • STANDARD_CHANNEL_3

      public static final StandardChannel STANDARD_CHANNEL_3
    • STANDARD_CHANNEL_4

      public static final StandardChannel STANDARD_CHANNEL_4
    • STANDARD_CHANNEL_5

      public static final StandardChannel STANDARD_CHANNEL_5
    • STANDARD_CHANNEL_6

      public static final StandardChannel STANDARD_CHANNEL_6
    • STANDARD_CHANNEL_7

      public static final StandardChannel STANDARD_CHANNEL_7
    • STANDARD_CHANNEL_8

      public static final StandardChannel STANDARD_CHANNEL_8
    • STANDARD_CHANNEL_9

      public static final StandardChannel STANDARD_CHANNEL_9
    • STANDARD_CHANNEL_10

      public static final StandardChannel STANDARD_CHANNEL_10
    • STANDARD_CHANNEL_11

      public static final StandardChannel STANDARD_CHANNEL_11
    • STANDARD_CHANNEL_COUNT

      public static final StandardChannel STANDARD_CHANNEL_COUNT
  • Field Details

    • intValue

      protected int intValue
  • Method Details

    • values

      public static StandardChannel[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static StandardChannel valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getIntValue

      public int getIntValue()
    • fromIntValue

      public static StandardChannel fromIntValue(int value)
    • fromIntValue

      public static StandardChannel fromIntValue(Integer value)